From eefa0ab67fb77045df43b0fe86a2edf2bb444cf5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 May 2001 11:02:22 +0000 Subject: [PATCH] (w32_to_x_font): Change prototype to fit the declaration. (x_to_w32_font): Add prototype. --- src/w32fns.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/w32fns.c b/src/w32fns.c index f3001649f81..113305ccc95 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -32,12 +32,12 @@ Boston, MA 02111-1307, USA. */ #include "charset.h" #include "dispextern.h" #include "w32term.h" +#include "keyboard.h" #include "frame.h" #include "window.h" #include "buffer.h" #include "fontset.h" #include "intervals.h" -#include "keyboard.h" #include "blockinput.h" #include "epaths.h" #include "w32heap.h" @@ -5518,7 +5518,9 @@ char * xlfd_charset_of_font (char * fontname) struct font_info *w32_load_bdf_font (struct frame *f, char *fontname, int size, char* filename); static Lisp_Object w32_list_bdf_fonts (Lisp_Object pattern, int max_names); -BOOL w32_to_x_font (LOGFONT * lplf, char * lpxstr, int len, char * charset); +static BOOL w32_to_x_font (LOGFONT * lplf, char * lpxstr, int len, + char * charset); +static BOOL x_to_w32_font (char *lpxstr, LOGFONT *lplogfont); static struct font_info * w32_load_system_font (f,fontname,size) -- 2.30.2